home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
QRZ! Ham Radio 3
/
QRZ Ham Radio Callsign Database - Volume 3.iso
/
cdrom.cfg
< prev
next >
Wrap
Text File
|
1994-07-11
|
1KB
|
28 lines
# This is a template file for cdrom.cfg. Do not erase.
#
# A file similar to this should be place in the root directory of any
# cdrom disc that uses view.exe V 2.00.
# For any changes to the format of cdrom.cfg, please hack config.h and
# config.h
DISC_TITLE = "QRZ Ham Radio" # Title of cdrom
UNZIP_ROOT = "QRZ" # Used as root dir of dest in unzip
UNZIP_PROG = "\utils\unzip.exe" # where unzip.exe is located
# Unzip is a special case with its own entry in the config file.
# Other uncompression program can be specified in the following format..
# Remove these lines if these programs are not used.
UNCOMPRESS ".zoo" "\bin\unzoo.exe" # file extension, prog pathname
UNCOMPRESS ".arc" "\bin\pkunzip.exe" # " " , " "
# Other programs such as gif viewers or mod players can be incorporated into
# the view program by adding entries in cdrom.cfg in the following
# format...
# Remove these lines if these programs are not used.
EXT ".gif" "\bin\vpic.exe /r /a" # file extension, prog pathname
EXT ".wav" "\wav\plaers\sound.exe"
EXT ".fli" "\media\viewers\play.exe"
# and etc....